Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    f(s(x))  → f(g(x,x))
2:    g(0,1)  → s(0)
3:    0  → 1
There are 2 dependency pairs:
4:    F(s(x))  → F(g(x,x))
5:    F(s(x))  → G(x,x)
The approximated dependency graph contains one SCC: {4}.
Tyrolean Termination Tool  (0.01 seconds)   ---  May 3, 2006